.searchItemTitle em{
  color:#C21010;
  font-style: normal;
}
@media (max-width: 1500px) {
  .searchDiv{
    max-width: 1200px;
  }
  .searchCheckChildren{
    width:20%;
  }
}
@media (max-width: 750px) {
  .searchCheckChildren{
    width:35%;
  }
  .searchNewsnewsContent{
    display:none;
  }
}
@media (max-width: 450px) {
  .searchCheckChildren{
    width:50%;
  }
}
.searchItemTitle{
  width:68%;
}
.searchItemPic{
  width:30%;
  min-height:8em;
}

.searchDiv {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
.searchSort{
  height: 100%;
  float: left;
}
.searchSortImg{
  height: 100%;
  float: left;
  margin-top: 6.5px;
}
.searchItemTitle{
  position: absolute;
  right: 0;
  top: 30px;
}
.searchNewsClounm{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-right: 12px;
  color:#C21010;
  color:#c8c8c8;
  float:left;
}
.searchItemTime{
    font-size: 12px;
    font-weight: 400;
    color: #979797;
    /* line-height: 40px; */
    letter-spacing: 1px;
}
.storyBottom{
  width: 68%;
  position: absolute;
  bottom: 30px;
  left: 32%;
  padding-top:10px;
}
.searchItemPic img{
  width:100%;
}
.searchOther{
    margin-top: 20px;
    /* margin-bottom: 20px; */
    overflow: visible;
}
.searchDiv{
    display: none;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    background: #FFF;
    /* padding: 18px; */
    padding-bottom: 0;
    /* width:780px; */
    max-width: 1200px;
  }
.searchSmallDiv{
    /* width: 720px; */
    margin: auto;
    margin-top: 10px;
  }

.searchCheckBox{
   float: right;
  width: 50%;
   /*height: 12px;*/
   font-size: 12px;
   font-weight: 400;
   text-align: left;
   overflow: visible;
}
.searchCheckChildren{
    float:right;
    list-style: none;
    margin-right: 15px;
    /* color: #c21010; */
    overflow: visible;
  min-width:81px;
}

.searchCheckBox dl dt {
    margin: 0 0;
    line-height: 28px;
}

.searchCheckBox dt {
   text-align:center;
   cursor: pointer;
  
}

.searchSelectOrder {
   background-color: #f0f0f0;
}

.matchingConditionOptions{
  display: none;
  background-color: rgb(255, 255, 255);
  width: 100% ;
  position: absolute;
  border: 1px solid #b9bab7;
  z-index: 999;
  left:-2px;
  top:15px;
}

.sortOrderOptions{
  display: none;
  background-color: rgb(255, 255, 255);
  width: 100% ;
  position: absolute;
  border: 1px solid #b9bab7;
  z-index: 999;
  left:-2px;
  top:18px;
}

.searchNumber{
  display: inline-block;
  /*height: 11px;*/
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #a8a8a8;
}
.searchTitle_page{
    margin-bottom: 10px;
    border: 1px solid #D2D2D2 100%;
    font-size: 14px;
    line-height: 24px;
    /* width: 720px; */
    height: 40px;
    display: none;
}
.searchBtn_page{
  float:right;
     width: 15%;
     height: 100%;
     font-size: 22px;
     color: white;
     background: #c21010;
	  font-size: 16px;
	  font-weight: 400;
	  color: #ffffff;
     cursor: pointer;
}

.searchInput_page{
    line-height: 22px;
    margin-top: 1px;
    width: 80%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    background: #f5f5f5;
}

.searchTitle_page input:focus{outline:none;}

.searchTitle_page input::-webkit-input-placeholder {
    color: #666767;
  }
 
.searchTitle_page input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666767;
  }
 
.searchTitle_page input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666767;
  }
.searchTitle_page input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666767;
}
.searchItem{
   /* width: 720px;*/
   /* width: 71%;*/
    /* height: 128px; */
    padding: 30px 0;
    border-bottom: 1px solid #DCDCDC;
    position: relative
}

.searchNewsTitle{
    height: 1.5em;
    font-size: 18px;
    /* font-weight: bold; */
    text-align: left;
    color: #333333;
    letter-spacing: 1px;
    overflow: hidden;
}
.searchNewsTitle:hover{
  color: #003251;
  text-decoration: underline !important;
}
.searchNewsnewsContent{
  /* display: inline-block; */
  height: 50px;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  /* width: 467px; */
  /* height: 41px; */
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666767;
  line-height: 28px;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.searchPlayBut{
    position: absolute;
    width: 58PX;
    bottom: 60px;
    left: 95px;
;
}

.searchPlayButPic{
   width: 44px;
	height: 44px;
}

.searchMore{
    text-align: center;
    float: none;
    cursor: pointer;
    height: 40px;
    font-size: 16px;
    background: #003251;
    line-height: 40px;
    margin: auto;
    margin-bottom: 18px;
    color: #f5f5f5;
}
.searchMore a{
   color: #f5f5f5;
}
@media (max-width: 650px) {
  .searchItemTitle{
    width:100%;
  }
  .searchItemPic{
    width:100%;
    min-height:unset;
  }
  .storyBottom{
    left:0;
    width:100%;
    position: unset !important;
    margin-top: 0px;
  }
  .searchItemTitle{
    position: unset !important;
    width:100% !important;
  }
  .searchItemTitle .searchNewsTitle.oneLine{
    height:auto;
    max-height:3em;
    -webkit-line-clamp: 2;
    margin-top:10px;
  }
  .searchNewsnewsContent{
    margin-top:0;
  }
  .searchItem{
    padding:20px 0;
  }
  .searchDiv{
    padding: 0 5px;
  }
}
